Help > Reference > Macros > Collections > Tabs collection

Tabs collection

This collection contains Tab objects that represent the search results in the tabs, visible in Perceptive Enterprise Search - Local Administration Console. Use Tabs property of the Desktop object to access this collection.

This object exposes the following additional methods:

Function New()

Creates a new tab in Perceptive Enterprise Search - Local Administration Console application and adds the corresponding Tab object to the collection. Returns a reference to the newly created Tab object.

Sub CloseAll()

Clears the collection and removes all tabs from the Perceptive Enterprise Search - Local Administration Console application.

Example

For Each Tab in App.Tabs
  Tab.Clear
Next

See Also

Macro Object Model

Collections

Desktop.Tabs

Tab